Polls and monitors the progress of the TPVM upgrade workflow.
Specifies a comma-separated range of device IP addresses. For example: 10.1.1.13,10.1.1.50,10.1.1.101.
Specify either the --execution-id or the --ip option.
TPVM upgrade show with one TPVM IP address:
This example shows only a portion of the possible output.
$ efa inventory device tpvm-upgrade show --ip 10.24.80.58 +--------------+-------------+-------+--------------+------------+-------------+ | IP Address | Host Name | Model | Chassis Name | ASN | Role | +--------------+-------------+-------+--------------+------------+-------------+ | 10.24.80.58 | SLX | 4001 | BR-SLX9640 | 4200000000 | Leaf | +--------------+-------------+-------+--------------+------------+-------------+
TPVM upgrade show with two TPVM IP addresses:
This example shows only a portion of the possible output.
$ efa inventory device tpvm-upgrade show --ip 10.24.80.58,10.24.80.56 +--------------+-------------+-------+--------------+------------+-------------+ | IP Address | Host Name | Model | Chassis Name | ASN | Role | +--------------+-------------+-------+--------------+------------+-------------+ | 10.24.80.58 | SLX | 4001 | BR-SLX9640 | 4200000000 | Leaf | +--------------+-------------+-------+--------------+------------+-------------+ | 10.24.80.56 | SLX | 4001 | BR-SLX9640 | 4200000000 | Leaf | +--------------+-------------+-------+--------------+------------+-------------+
TPVM upgrade show with execution id:
This example shows only a portion of the possible output.
$ efa inventory device tpvm-upgrade show --execution-id 670cb89e-d8d1-4213-ac97-20403458627f +--------------+-------------+-------+--------------+------------+-------------+ | IP Address | Host Name | Model | Chassis Name | ASN | Role | +--------------+-------------+-------+--------------+------------+-------------+ | 10.24.80.58 | SLX | 4001 | BR-SLX9640 | 4200000000 | Leaf | +--------------+-------------+-------+--------------+------------+-------------+ | 10.24.80.56 | SLX | 4001 | BR-SLX9640 | 4200000000 | Leaf | +--------------+-------------+-------+--------------+------------+-------------+